ServerVersion Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Gets a string that represents the version of the server to which the object is connected.
Syntax
'Declaration
Public Overrides ReadOnly Property ServerVersion As String
public override string ServerVersion {get;}
See Also